Feature
Features are described in section 4.2 of the specification
Content copied to clipboard
vector_tile.Tile.Feature
Types
Link copied to clipboard
class Builder : GeneratedMessageLite.Builder<MessageType, BuilderType> , VectorTile.Tile.FeatureOrBuilder
Features are described in section 4.2 of the specification
Content copied to clipboard
vector_tile.Tile.Feature
Properties
Functions
Link copied to clipboard
inline fun VectorTile.Tile.Feature.copy(block: TileKt.FeatureKt.Dsl.() -> Unit): VectorTile.Tile.Feature
inline fun VectorTile.Tile.Feature.copy(block: TileKt.FeatureKt.Dsl.() -> Unit): VectorTile.Tile.Feature
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in
section 4.3 of the specification.
Content copied to clipboard
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in
section 4.3 of the specification.
Content copied to clipboard
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
Contains a stream of commands and parameters (vertices).
A detailed description on geometry encoding is located in
section 4.3 of the specification.
Content copied to clipboard
repeated uint32 geometry = 4 [packed = true];
Link copied to clipboard
Link copied to clipboard
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
Content copied to clipboard
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
Tags of this feature are encoded as repeated pairs of
integers.
A detailed description of tags is located in sections
4.2 and 4.4 of the specification
Content copied to clipboard
repeated uint32 tags = 2 [packed = true];
Link copied to clipboard
The type of geometry stored in this feature.
Content copied to clipboard
optional .vector_tile.Tile.GeomType type = 3 [default = UNKNOWN];
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newRepeatedGeneratedExtension(containingTypeDefaultInstance: ContainingType, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, isPacked: Boolean, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun <ContainingType : MessageLite?, Type> newSingularGeneratedExtension(containingTypeDefaultInstance: ContainingType, defaultValue: Type, messageDefaultInstance: MessageLite, enumTypeMap: Internal.EnumLiteMap<out Any>, number: Int, type: WireFormat.FieldType, singularType: Class): GeneratedMessageLite.GeneratedExtension<ContainingType, Type>
Link copied to clipboard
open fun parseDelimitedFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Feature
Link copied to clipboard
open fun parseFrom(data: Array<Byte>, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Feature
open fun parseFrom(data: ByteString, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Feature
open fun parseFrom(input: CodedInputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Feature
open fun parseFrom(input: InputStream, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Feature
open fun parseFrom(data: ByteBuffer, extensionRegistry: ExtensionRegistryLite): VectorTile.Tile.Feature
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard